//==============================================================================
// Athenian Hoplite_Anim.txt
//==============================================================================

//==============================================================================
define Armour
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hoplite Armour Pieces
	    Replacetexture infantry g hoplite head Standard/Athenian Armour Pieces
         }
      }
   }
}
//==============================================================================
define Head
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual Athenian Helmet
		ReplaceTexture Infantry G Hoplite Head Standard/Athenian Helmet1
      	}
   }
      set hotspot
      {
         version
         {
            Visual Athenian Head2
		ReplaceTexture Infantry G Hoplite Head Standard/Athenian Helmet
         }
      }
   }
}

//==============================================================================
define Spear
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Attachments A SpearC
         }
      }
   }
}
//==============================================================================
define Shield
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield
      	}
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield6
      	}
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield3
      }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield4
      }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield5
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield8
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield9
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield10
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield11
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield12
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield16
	  }
   }
   set hotspot
   {
      version
      {
         visual Greek Shield1
		ReplaceTexture Attachments G Shield Copper/Shield17
         }
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_BoredA
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_IdleA
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
				}
			}
		}
	}
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Infantry G Hoplite_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.49 true   
               tag GenericSound 0.40 true   
//-- end auto generated section
					connect RightHand Spear hotspot
					connect LeftForearm Shield hotspot
					Connect TopOfHead Head hotspot
					Connect FrontChest Armour hotspot
					ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
				Connect FrontChest Armour hotspot
				ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA
				connect RightHand Spear hotspot
				connect LeftForearm Shield hotspot
				Connect TopOfHead Head hotspot
				Connect FrontChest Armour hotspot
				ReplaceTexture Infantry G Hoplite Standard/Athenian Armor
         }
      }
   }
}
